go/types.Checker.dump (method)
12 uses
go/types (current package)
builtins.go#L897: check.dump("%v: trace() without arguments", call.Pos())
builtins.go#L905: check.dump("%v: %s", x1.Pos(), x1)
call.go#L765: check.dump("%v: unexpected object %v", e.Sel.Pos(), exp)
call.go#L944: check.dump("%v: (%s).%v -> %s", e.Pos(), typ, obj.name, m)
call.go#L945: check.dump("%s\n", mset)
decl.go#L166: check.dump("%v: %s should have been declared", obj.Pos(), obj)
decl.go#L209: check.dump("%v: inconsistent object map for %s (isPkgObj = %v, inObjMap = %v)", obj.Pos(), obj, isPkgObj, inObjMap)
expr.go#L256: check.dump("%v: found old type(%s): %s (new: %s)", x.Pos(), x, old.typ, typ)
format.go#L99: func (check *Checker) dump(format string, args ...any) {
infer.go#L47: check.dump("== infer : %s%s ➞ %s", tparams, params, targs) // aligned with rename print below
infer.go#L49: check.dump("=> %s ➞ %s\n", tparams, inferred)
recording.go#L52: check.dump("%v: %s (type %s) is typed", x.Pos(), x, info.typ)